* term/x-win.el (x-display-name): Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 8 Jul 2006 01:45:46 +0000 (01:45 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 8 Jul 2006 01:45:46 +0000 (01:45 +0000)
lisp/ChangeLog
lisp/term/x-win.el

index f2eb7a55fe0c62058c971f1b6d0e2dd8d090a04c..f899dfe581cde8d09a0751d2c3aa0b11b341b927 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * term/x-win.el (x-display-name): Doc fix.
+
 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
index 494143b6fcc0c462c8bbf3b16d821ba7d42b9154..505987d88ff189eb1529d340a9244126fa70698f 100644 (file)
                                  initial-frame-alist)))
 
 (defvar x-display-name nil
-  "The X display name specifying server and X frame.")
+  "The name of the X display on which Emacs was started.
+
+For the X display name of individual frames, see the`display'
+frame parameter.")
 
 (defun x-handle-display (switch)
   (setq x-display-name (car x-invocation-args)